filechooser: Do tests with g_assert_cmpstr(), not g_assert(passed)
authorFederico Mena Quintero <federico@gnome.org>
Mon, 11 Feb 2013 21:20:46 +0000 (15:20 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Thu, 14 Feb 2013 00:01:39 +0000 (18:01 -0600)
commit40c57d9b5894903d232db833172a595963290d67
tree2986114337d2ebec440f320879bc0c18e6ce6820
parentff4bf0c8950344f94abf61e8ade0e24883b06d20
filechooser: Do tests with g_assert_cmpstr(), not g_assert(passed)

This lets us see exactly what failed, instead of just seeing a boolean error value.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/tests/filechooser.c